home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Sports / APSHO32_ V2.01 StatTrak Hockey / APSHO201.exe / _SETUP.1 / ho20db.shell / PlayerRptFormat.json < prev    next >
JavaScript Object Notation  |  1998-11-09  |  257b

  1. {
  2.     "schema": {
  3.         "ReportNumber": "Integer NOT NULL",
  4.         "ReportDescription": "Text (25) NOT NULL",
  5.         "SortCategory": "Byte NOT NULL",
  6.         "SortDirection": "Text (1) NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "ReportNumber": 1,
  11.             "ReportDescription": "Default Report",
  12.             "SortCategory": 17,
  13.             "SortDirection": "D"
  14.         }
  15.     ]
  16. }